Vcenter Vm Guest Filesystem Files FileAttributesUpdateSpec

Vcenter Vm Guest Filesystem Files FileAttributesUpdateSpec
Vcenter Vm Guest Filesystem Files FileAttributesUpdateSpec

File attributes used for updating an existing file with POST /vcenter/vm/{vm}/guest/filesystem/files?action=update

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "last_modified": "string",
    "last_accessed": "string",
    "windows": {
        "hidden": false,
        "read_only": false
    },
    "posix": {
        "owner_id": 0,
        "group_id": 0,
        "permissions": "string"
    }
}
string As date-time As date-time
last_modified
Optional

The date and time the file was last modified.

This property was added in vSphere API 7.0.2.0.

If missing or null the value will not be changed.

string As date-time As date-time
last_accessed
Optional

The date and time the file was last accessed.

This property was added in vSphere API 7.0.2.0.

If missing or null the value will not be changed.

windows
Optional

Windows-specific file update information.

This property was added in vSphere API 7.0.2.0.

Set if the guest operating system is Windows.

posix
Optional

Posix-specific file update information.

This property was added in vSphere API 7.0.2.0.

Set if the guest operating system is Posix.